home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:output method="xml" encoding="utf-8" doctype-public="-//MOZILLA//DTD XUL V1.0//EN"/>
-
- <xsl:template match="/Root">
-
- <window xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- style="background:none"
- >
-
- <grid>
- <columns>
- <column class="entry_row"/>
- <column flex="1"/>
- </columns>
- <rows>
- <row>
- <label>Version:</label>
- <label><xsl:value-of select="Version"/></label>
- </row>
- <row>
- <label>Sources:</label>
- <label>Audio: <xsl:value-of select="AudioSources"/> / Video: <xsl:value-of select="VideoSources"/></label>
- </row>
- <row>
- <label>Encoders:</label>
- <label>Audio: <xsl:value-of select="AudioEncoders"/> / Video: <xsl:value-of select="VideoEncoders"/></label>
- </row>
- </rows>
- </grid>
-
- </window>
-
- </xsl:template>
-
- </xsl:stylesheet>